projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebea97d
)
(mark-paragraph): Activate the mark.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 15:48:45 +0000
(15:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 15:48:45 +0000
(15:48 +0000)
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index ae2af6740741f45f8370b728389aa7b7645162ac..723cf0a6d35f644594b80b7fa4a60987f190e0a7 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-134,7
+134,7
@@
See `forward-paragraph' for more information."
The paragraph marked is the one that contains point or follows point."
(interactive)
(forward-paragraph 1)
- (push-mark nil t)
+ (push-mark nil t
t
)
(backward-paragraph 1))
(defun kill-paragraph (arg)